View Javadoc
1 /*
2 * Created by IntelliJ IDEA.
3 * User: birchfield
4 * Date: Aug 18, 2002
5 * Time: 9:33:58 PM
6 * To change template for new class use
7 * Code Style | Class Templates options (Tools | IDE Options).
8 */
9 package net.plugin.sql.listeners;
10
11 public interface TableSelectionListener {
12
13 public void tableSelected(String tableName);
14 }
This page was automatically generated by Maven